home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / mt / panel / scripts / DefineButton2_91 / BUTTONCONDACTION on(rollOut).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  320 b   |  17 lines

  1. on(rollOut){
  2.    tellTarget("_level50")
  3.    {
  4.       gotoAndStop("off");
  5.    }
  6.    if(eval("../:noroll") != "1")
  7.    {
  8.       tellTarget("../")
  9.       {
  10.          if(_currentframe == "2" and eval(path add "codelib:selectbar") != eval("../:bar"))
  11.          {
  12.             gotoAndStop("1");
  13.          }
  14.       }
  15.    }
  16. }
  17.